Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug mode #24

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Add debug mode #24

merged 1 commit into from
Aug 30, 2023

Conversation

talex5
Copy link
Collaborator

@talex5 talex5 commented Aug 29, 2023

Passing Lwt_eio.with_event_loop ~debug:true enables a new debug mode, which detects attempts to perform effects from Lwt code.

@talex5 talex5 force-pushed the debug-mode branch 2 times, most recently from d1d3cbd to a0add26 Compare August 30, 2023 08:50
@talex5 talex5 marked this pull request as ready for review August 30, 2023 08:50
@talex5 talex5 force-pushed the debug-mode branch 4 times, most recently from 5b5e144 to 70a4060 Compare August 30, 2023 10:35
Passing `Lwt_eio.with_event_loop ~debug:true` enables a new debug mode,
which detects attempts to perform effects from Lwt code.
@talex5 talex5 merged commit 0d35d77 into ocaml-multicore:master Aug 30, 2023
1 check passed
@talex5 talex5 deleted the debug-mode branch August 30, 2023 11:06
talex5 added a commit to talex5/opam-repository that referenced this pull request Aug 30, 2023
CHANGES:

- Add debug mode (@talex5 ocaml-multicore/lwt_eio#24).
  Passing `Lwt_eio.with_event_loop ~debug:true` enables a new debug mode,
  which detects attempts to perform effects from Lwt code.

- Update to Eio 0.12 (@talex5 ocaml-multicore/lwt_eio#23).
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
CHANGES:

- Add debug mode (@talex5 ocaml-multicore/lwt_eio#24).
  Passing `Lwt_eio.with_event_loop ~debug:true` enables a new debug mode,
  which detects attempts to perform effects from Lwt code.

- Update to Eio 0.12 (@talex5 ocaml-multicore/lwt_eio#23).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant